Conversation
| | `extract` | The AI Agent to be used for extraction. | | | ||
| | **`is_enterprise_default`** | If the agent is default for enterprise. | `false` | | ||
| | **`name`** | The name of the AI Agent. | `My AI Agent` | | ||
| | `text_gen` | The AI agent used for generating text. | | |
There was a problem hiding this comment.
Can we gather ask, extract and text_gen in three consecutive lines?
| | **`name`** | The name of the AI Agent. | `My AI Agent` | | ||
| | `text_gen` | The AI agent used for generating text. | | | ||
|
|
||
| ## Update AI agent |
There was a problem hiding this comment.
I wonder if update and delete should be on separate pages, as the url includes just create-agents scope?
| | `extract` | The AI Agent to be used for extraction. | | | ||
| | **`is_enterprise_default`** | If the agent is default for enterprise. | `false` | | ||
| | **`name`** | The name of the AI Agent. | `My AI Agent` | | ||
| | `text_gen` | The AI agent used for generating text. | | |
There was a problem hiding this comment.
Can we gather ask, extract and text_gen in three consecutive lines?
| # Box AI Studio | ||
|
|
||
| <Messsage type='caution'> | ||
| Box AI Studio is available only for Enterprise Advance accounts. |
There was a problem hiding this comment.
Enterprise Advanced, missing "d"
| - box-ai/ai-tutorials/extract-metadata | ||
| --- | ||
| # Create agents | ||
|
|
There was a problem hiding this comment.
Add legal info: Box AI Studio is available only for Enterprise Advanced accounts.
| --- | ||
|
|
||
| # Get agents | ||
|
|
There was a problem hiding this comment.
Add legal info Box AI Studio is available only for Enterprise Advanced accounts.
| | `agent_state` | The state of the agent to return. Value is one of `enabled`,`disabled`. | `enabled` | | ||
| | `fields` | The fields to return in the response. Value is one of `ask`, `text_gen`, `extract`. | `ask` | | ||
| | `limit` | The maximum number of items to return per page. | `1000` | | ||
| | `marker` | Defines the position marker at which to begin returning results. | `JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii` | |
There was a problem hiding this comment.
Do we have any additional information about those markers? This is not clear to me.
| or other clients, such as [Postman][postman], to make | ||
| calls. | ||
|
|
||
| <!-- This doc should include information on how to enable AI studio and what is needed to start working with the API. Similar doc is already created for Box AI: |
There was a problem hiding this comment.
remove this comment
| [Box AI Studio][ai-studio] allows you to build and manage custom AI agents to | ||
| best suit your business needs. For example, you can create an AI agent | ||
| that acts as a compliance consultant, answering questions regarding customer | ||
| documentation with the FedRAMP Moderate compliance in mind. |
There was a problem hiding this comment.
Can we add information where those agents are later available for use, as this is not clear.
| better results for this language. | ||
|
|
||
| </Message> | ||
|
|
There was a problem hiding this comment.
I noticed in Box AI main guide there is Box AI API in User Activity Report (UAR) section, should we also inlcude it here?
…m into DDOC-1219-ai-studio
Create AI studio developer guides based on AI studio API.
Closes DDOC-1219